When the user doesn't accept cookies, session is of no use.
After login, you can fill the data in request object and *forward* the
request.

look into RequestDispatcher.forward()

HTH
Navjot Singh

>-----Original Message-----
>From: Claudia Woestheinrich [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, February 17, 2004 2:50 PM
>To: [EMAIL PROTECTED]
>Subject: trubble with session
>
>
>Hello,
>
>I am new. I have Problems with my first Struts Projekt.
>
>After a User is logged in, I show a List of datas. This list I put
>as Object in the session (session.put("list",datas))
>When another side is opend I cant`t read the Parameter from the
>Session, when the User don`t
>accept Cookis in his Browser. In a old the Servlet-Programm, I used
>the Method response.encode... to manage this
>Problem. But in Struts I use in the Action-Class
>actionMappping.findForwar("sucess") and der URL is definied in
>the Struts config. How can I give the SessionId with? Or how can I
>manage  this Problem?
>
>Sorry, My English perfect.
>
>Thanks
>Claudia
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to