i must have learnt some bad habits from jrun..

i remain unable to get my session code working on
orion.  i have an authentication servlet that creates
a session and then binds a series of strings to it.

i have updated the servlet code so it reads:
session.setAttribute("userName",userId);

then the jsp i redirect to executes the following:
String userId = (String)
session.getAttribute("userName");

afaik, those statements are compliant with the 2.2
specification and should work.

so i must have another problem, because where i once
successfully transferred the information to the jsp,
now i do not.  i suspect that i must have been doing
it innappropriately before, and jrun allowed me to..

would anyone be willing to describe briefly how they
would pass information from a servlet to a jsp on
orion via the session object?

tia,
bradley mclain

__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

Reply via email to