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


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Cookies" Watch "Cookies" New topic
Author

Cookies

chandan gavai
Greenhorn

Joined: May 03, 2005
Posts: 3
hi,
In Javascript, i want to expire cookies on browser close event.

Thanks in advance,

Chandan G.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15361
    
    6
If you do not specify an expire time, the cookies are session cookies and they expire when the browser is closed.

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
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)