Re: Keep session alive

2007-04-28 Thread Rashmi Rubdi
On 4/28/07, lightbulb432 <[EMAIL PROTECTED]> wrote: What would the cookie store? A Cookie stores name, value pairs just like the Session. So you can store anything in a Cookie. But I think it may be a security concern to store the password in a Cookie. Username and password, just username,

Re: Keep session alive

2007-04-28 Thread lightbulb432
What would the cookie store? Username and password, just username, or something else? How can this be done in such a way as to prevent the user from changing the value within the cookie? Could you elaborate on what you meant by sessions not working when the browser caches a page? If a user submit

Re: Keep session alive

2007-04-28 Thread Rashmi Rubdi
On 4/28/07, lightbulb432 <[EMAIL PROTECTED]> wrote: Is it possible for a Tomcat session keep the session alive for a certain period of time (say, 2 hours), The session timeout interval is adjustable, see under conf/web.xml Max inactive interval can also be specified in HttpSession object, wi