Hi there,

my problem is as follows:

Before I'm going to make my session invalidate I'm
going to save an attribute I need (see below).

But the effect is that there is nothing to find in my
Variable which I've filled before with an attribute
value. Do I remove the instruction
"session.invalidate();" than it works fine.

But, I need the invalidate-method in this jsp-file.

Can anybody explain what is going to happen here?
Could it be that this invalidate-call is retroactive?

Bye,

Andreas



... < some jsp - instructions here > ...

String aktfoldername = (String)
session.getAttribute("aktfoldername"));

session.invalidate();



=====
Andreas Ott

Privat: http://www.aoenterprises.de


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to