aspose file tools
The moose likes Servlets and the fly likes Cookies Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Cookies" Watch "Cookies" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cookies
 
Similar Threads
handling next and back buttons in javascript
can anyone tell me how to make a authentication with jsp & servlet
WA #1.....word association
remember user password in jsp/java
Session sharing (JSP-PHP)