Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

PHP sessions

Options
  • 26-01-2008 8:30pm
    #1
    Closed Accounts Posts: 2,349 ✭✭✭


    Hi all,
    I have two folders on a server running two different pieces of software. One is a CMS, the other is an image gallery.

    When I register the session in one folder, the browser uses the same session ID when I go to the other. The overlap between session variables is causing some problems.

    Is there any way to set the 'scope' of a session to a particular directory?


Comments

  • Registered Users Posts: 1,045 ✭✭✭Bluefrog


    You can the destination for saving the session in the htaccess file of each folder

    I would recommend you choose a directory above the document root. If that doesn't solve the overlap you could look at limiting the scope of the session cookie for each app to it's respective directory.


Advertisement