storing passed parameter values

View: New views
2 Messages — Rating Filter:   Alert me  

storing passed parameter values

by chichkh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

How can i store and retrieve User parameters in ATG environment ?

For example, with PHP I can store passed parameters values  in $_SESSION[]

Likewise, what is standard procedure in ATG environment ?

Sample code snippet will explain better.

thanks,
pp

Re: storing passed parameter values

by mohinder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

you can include a jsp page and pass the parameters inside the include tag and then in that included jsp page you can get the value of that parameter. For that you look into include droplet in ATG docs.