At 2:21 PM -0600 1/28/05, Eddie Bush wrote:
What would happen in the off-chance that URL rewriting were diabled
and the browser had cookies disabled?

That would be a scenario in which the server wouldn't know that the user should be associated with a session.


However, if the form which is submitted is using<html:form>, then Struts should be taking care of that.

Joe



On Fri, 28 Jan 2005 13:33:46 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote:
 Session management is the responsibility of the servlet container.
 Are you sure that the session ID is being returned correctly?  Struts
 definitely isn't doing anything to remove or invalidate the session
 for you.

 You can tell Struts not to put a Locale in the session by specifying
 a "false" value for the "locale" attribute of the <controller> in
 your struts-config.xml  I don't believe there is any place else where
 Struts will manipulate the session besides if you specify that forms
 should be in "session" scope.

 But the only reason your container would make a new session is if it
 couldn't find the pre-existing one, which would usually happen if you
 were somehow failing to return a session ID back to the servlet
 container.

Joe

-- Eddie Bush

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to