I have to many programs in my applicaiton , 
to call each program, url syntax is   /program.do?page=default
also most of my programs has more than one page ,
most of programs store some part of data in session for security reasons,
what I need is I must clear user stored session data when the PAGE is default , to 
free session and to set initial to everthing,,

I can do this inside action class by checking page variable is default , then clear 
all user stores data,,
this method has some disadvantages such as if developer forgets to check page is 
defaut , we have encounter with memory problem,,

I havent decided where is the correct place to do , 
I think there may be two correct place to do this,
first is by extending actionservlet class , check page variable and free session 
latter is extending requestprocessor class , check page variable and free session 

any recommendation or exprience will be helpfull for me,,









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

Reply via email to