disbale sessions in Tomcat

2001-03-06 Thread William Au
Is there a way to disable sessions in Tomcat? Do I just remove the entries for the request.SessionInterceptor and session.StandardSessionInterceptor from server.xml? Bill - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: disbale sessions in Tomcat

2001-03-06 Thread Endre Stølsvik
On Tue, 6 Mar 2001, William Au wrote: | Is there a way to disable sessions in Tomcat? Just don't ever ask the HttpServletRequest for a HttpSession? ;) | Do I just remove the entries for the request.SessionInterceptor and | session.StandardSessionInterceptor from server.xml? This I don't know