The jsessionId is saved in a file on my computer, I would like to make as if it were the first time that I launched the application on my machine and no cookie exist on my machine. I use Tomcat as web server, I would like to be a new user without session created. I do not want to make modification in my code, I want to test my application as if it were the first time that it was launched to a customer.
Sandra -----Original Message----- From: Viktors Stepanovs [mailto:V.Stepanovs@;alise.lv] Sent: 21 October 2002 12:15 To: Struts Users Mailing List Subject: Re: Delete/remove jsessionId Hi Sandra What Do you meen "initialise again the environment" ? if you meen that you need reinit stuts-config.xml you can use"org.apache.struts.tiles.actions.ReloadDefinitionsAction" if you need new HttpSession request.getSession(true) and you have new session. if need that URL didn't contain "jsessionid" attribute you must look how work send request and response in javax.servlet.* |---------+----------------------------> | | Heligon Sandra | | | <sandra.heligon@n| | | extream.fr> | | | | | | 21.10.2002 13:04 | | | Please respond to| | | "Struts Users | | | Mailing List" | | | | |---------+----------------------------> >--------------------------------------------------------------------------- ------------------------------------| | | | To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> | | cc: | | Subject: Delete/remove jsessionId | >--------------------------------------------------------------------------- ------------------------------------| I would like to test my application but I don't know how to initialise again the environment. When I start my application, the URL contains a jsessionid (jsessionid=CD334A6F202487AE30A9E72EFFA17FE1). How is it possible to start with no session ? Do I have to delete files in my windows explorer ? Thanks a lot, Sandra -- To unsubscribe, e-mail: < mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: < mailto:struts-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

