[OT] Re: Handling Session Objects

2007-08-08 Thread Dave Newton
--- Sawan <[EMAIL PROTECTED]> wrote: > But still I am seeing ";jsessionid=XXX" in the url. > > Please suggest me for any possibility for this. - On the first request the server has no way of knowing if you have cookies enabled. - Server configuration doesn't know if your browser has cookies ena

Re: Handling Session Objects

2007-08-07 Thread Sawan
urveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in conte

Re: Handling Session Objects

2007-08-07 Thread Dave Newton
--- Sawan <[EMAIL PROTECTED]> wrote: >> Don't type it in / paste it when you test on the >> other machine. > Can you please explain me in detail. That what is > "\", What I don't type in "\", etc. ... "\", which I assume is a misspelling of "/" (the character I used) is used to separate two words

Re: Handling Session Objects

2007-08-07 Thread Sawan
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Handling-Session-Objects-tf4211020.html#a12033548 Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Handling Session Objects

2007-08-07 Thread Dave Newton
--- Sawan <[EMAIL PROTECTED]> wrote: > If the problem is due to addition of jsessionid then > I really wants to remove it from my url. Don't type it in / paste it when you test on the other machine. d.

Re: Handling Session Objects

2007-08-06 Thread Sawan
session >>>> only. >>>> Now >>>> I copied the link from the browser window and paste it in other >>>> machines >>>> browser. But unfortunately I also got the SAME "alt" on other machine's >>>> browser. >&

Re: Handling Session Objects

2007-08-06 Thread Sawan
gt; For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Handling-Session-Objects-tf4211020.html#a12028386 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling Session Objects

2007-08-06 Thread Laurie Harper
Well, I can think of at least two possibilities: 1) the URL you're copying includes a session ID, as suggested by Dale 2) the URL you're copying includes request parameters for user name and password What is the exact URL you're copying? What do the relevant action mappings, JSPs and Java cl

Re: Handling Session Objects

2007-08-06 Thread Dale Newfield
Sawan wrote: Now if anyone copy and paste the url on another machine's browser, then How can he/she will get the user name and password there..? If that url includes ";jsessionid=..." then sure, they've just had their session hijacked, including all the information you put in that session. -

Re: Handling Session Objects

2007-08-05 Thread Sawan
er. >> >> I was assuming that for each new browser it will generate a new session >> and >> will set new alt for each session. >> >> Can any expert help me for this issue... >> >> Thanks in adv

Re: Handling Session Objects

2007-08-03 Thread Laurie Harper
Firstly, you're unconditionally putting the same data into each session, so are you sure you're getting the same *instance* of that data, not just separate copies of the same data? Actions should be instantiated for each request, so if your code is as simple as you've presented and you really

Handling Session Objects

2007-08-03 Thread Sawan
enerate a new session and will set new alt for each session. Can any expert help me for this issue... Thanks in advance Sawan -- View this message in context: http://www.nabble.com/Handling-Session-Objects-tf4211020.html#a119786