Re: how to turn of session generation in web server
- From: "William Brogden" <wbrogden@xxxxxxx>
- Date: Thu, 16 Feb 2006 07:42:17 -0600
On 15 Feb 2006 08:18:23 -0800, sarath <sarath.post@xxxxxxxxx> wrote:
Hi everyone..
I have a requirement that , i am running a web application
in a web server or application server and i have to implement session
manager for that, Rather than using session manager of the server. Is
there any settings to turn off the session generation and management of
webserver ? (any web server or application server for that matter ) .
i just wanted to know whether it is possible. i have searched in
the internet, but could not find any lead.. please help
regards
sarath
If your servlet code does not use the methods that request a session
created by the server, you won't get one. I'm assuming you are talking
about servers compliant with the API.
There is nothing to prevent you from implementing your own session manager
and ignoring the server provider in your code.
Bill
.
- References:
- how to turn of session generation in web server
- From: sarath
- how to turn of session generation in web server
- Prev by Date: Negative MouseEvent
- Next by Date: Re: Negative MouseEvent
- Previous by thread: how to turn of session generation in web server
- Next by thread: N00b: Non-static method cannot be referenced from a static context
- Index(es):
Relevant Pages
|