You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Uttam Patil (JIRA)" <ji...@apache.org> on 2008/10/21 09:12:37 UTC

[jira] Created: (WW-2843) Generating same Session Id

Generating same Session Id
--------------------------

                 Key: WW-2843
                 URL: https://issues.apache.org/struts/browse/WW-2843
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.0
         Environment: Windows Xp, MyEclipse 6.5, Struts 2, Mozilla, 
            Reporter: Uttam Patil


When I am using IE6 web browser, different session id is generated for different requests, but in Mozilla its giving same session id. How to get different session id for different requests using Mozilla.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WW-2843) Generating same Session Id

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton closed WW-2843.
---------------------------

    Resolution: Not A Problem

Different browsers handle multiple windows in different ways: IE creates a new session for a new browser window, Mozilla/Firefox do not. A separate session ID per request in general wouldn't make any sense, and defeats the purpose of sessions.

That said, please ask questions on the Struts user mailing list; the issue tracker is for tracking issues with Struts itself.

http://struts.apache.org/mail.html

> Generating same Session Id
> --------------------------
>
>                 Key: WW-2843
>                 URL: https://issues.apache.org/struts/browse/WW-2843
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Windows Xp, MyEclipse 6.5, Struts 2, Mozilla, 
>            Reporter: Uttam Patil
>
> When I am using IE6 web browser, different session id is generated for different requests, but in Mozilla its giving same session id. How to get different session id for different requests using Mozilla.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.