Configuration in php.ini to make the session works

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • momogi
    New Member
    • Sep 2007
    • 28

    Configuration in php.ini to make the session works

    My session doesn't work, but I'm sure that nothing is wrong with my code. I wanna know, is there a configuration in our php.ini to make the session works??

    And where should we put our session.save_pa th?

    In my php.info(), the session.save_pa th returns no value

    I''ll appreciate your reply...

    ---thanks---
  • dzsoundnirvana
    New Member
    • Sep 2008
    • 2

    #2
    If you are working on a test bed to can set the path to any where you wish in the .ini. If you leave it to default on a Windows box then it should go to %TEMP%. If you change the path then make sure that path really is there or it will not create the SESSION on the box.

    Comment

    Working...