views:

49

answers:

0

Hi

I wast to perform some action like freeze application if session expires. if user clicked on any thing after session expiry it should ask for logout and relogin. Currently Am using setExpirationSeconds( ) function. but it always takes me on index (login) page. How can i change default behaviour of setExpirationSeconds( ) and perform my own action on session expiry.

thanks.

related questions