| Author |
Cookies
|
kedar parundekar
Ranch Hand
Joined: May 10, 2006
Posts: 40
|
|
|
Can we use cookies for session tracking in case of static pages?
|
 |
Isuru Sampath
Ranch Hand
Joined: Jun 26, 2003
Posts: 56
|
|
As long as you are sending the response to a servlet or a JSP you can utilize the session. Reminder: To the client browser there is no difference between a static page and dynamic page. So you can send requests from a static page to a JSP or a servlet on the server side.
|
No Winds No Waves
|
 |
 |
|
|
subject: Cookies
|
|
|