Hi, I am using tomcat4.0 and developing a web application with jsp.
In my application I want to an admin to open a session. If the session is not initialized user cant open the page, forward them notinitialized.jsp
I initialize session and put some variables to session in application_scope in
webapps/myapplication/admin/init.jsp page ,(pageContext.setAttibute("variable",pageContext.Application_scope)
user tries to open webapps/myapplication/login.jsp,
although I put all values to session login.jsp returns null.
pageContext.getAttibute("variable",pageContext.Application_scope)Can anyone help me?
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
