RE: Save sessions across restarts

2007-06-22 Thread Propes, Barry L
that's not allowed, is it? -Original Message- From: lightbulb432 [mailto:[EMAIL PROTECTED] Sent: Sunday, June 17, 2007 3:28 PM To: users@tomcat.apache.org Subject: Save sessions across restarts During development, I'd like my sessions to stick around while I reload the context or

Re: Save sessions across restarts

2007-06-19 Thread Stephen Souness
Martin Gainty wrote: playing around with sessions or cookies has no impact on ability to preserve one's capability or ability to establish role verification if you dont know anything about jetspeed you need to stay quiet In any event lets take this offline as you dont have a clue what SSO

Re: Save sessions across restarts

2007-06-17 Thread Martin Gainty
What you need is SingleSignOn capability I would suggest looking at JetSpeed.. http://portals.apache.org/jetspeed-2/guides/guide-tomcat-sso-cross-context-j2-realm.html M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to

Re: Save sessions across restarts

2007-06-17 Thread Mark Thomas
Martin Gainty wrote: What you need is SingleSignOn capability I would suggest looking at JetSpeed.. http://portals.apache.org/jetspeed-2/guides/guide-tomcat-sso-cross-context-j2-realm.html No, he doesn't. The OP asked about session persistence across reload / restart. This has nothing to do

Re: Save sessions across restarts

2007-06-17 Thread Mark Thomas
lightbulb432 wrote: I notice the saveOnRestart attribute, which is supposed to be enabled by default. Why is it that I must relogin every time? Is your app being redeployed? What happens if you restart without making any code changes? Mark

Re: Save sessions across restarts

2007-06-17 Thread Len Popp
As usual, Martin, you're completely off base. This has nothing to do with single-sign-on. When you shut down Tomcat or a webapp, session data is written to the file SESSIONS.ser in work\Catalina\localhost\x where x is either _ or the application name. I don't think you have to do anything

Re: Save sessions across restarts

2007-06-17 Thread Martin Gainty
making a copy. Thank you. - Original Message - From: Len Popp [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Sunday, June 17, 2007 5:14 PM Subject: Re: Save sessions across restarts As usual, Martin, you're completely off base