session in intranet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • exoskeleton
    New Member
    • Sep 2006
    • 104

    session in intranet

    hi dear experts...i have a problem...i developed my site in an ftp and its working but when i transfer my files to an intranet...i found out that my php dont have any session...someb ody told me that i have to configure my php.ini, add additional code or something to activate session in my intranet...

    someone knows what or how to configure php.ini to activate session in intranet?

    thank you please help me...
  • raji20
    New Member
    • Aug 2006
    • 28

    #2
    Originally posted by exoskeleton
    hi dear experts...i have a problem...i developed my site in an ftp and its working but when i transfer my files to an intranet...i found out that my php dont have any session...someb ody told me that i have to configure my php.ini, add additional code or something to activate session in my intranet...

    someone knows what or how to configure php.ini to activate session in intranet?

    thank you please help me...
    open the php.ini file and then check whether the save path is specified , this is the line which you'll find in the php.ini

    session.save_pa th = "c:/wamp/tmp";

    Comment

    • exoskeleton
      New Member
      • Sep 2006
      • 104

      #3
      ok thank you sir i'll find it now and msg you as soon as i modified it...thank you again...

      Originally posted by raji20
      open the php.ini file and then check whether the save path is specified , this is the line which you'll find in the php.ini

      session.save_pa th = "c:/wamp/tmp";

      Comment

      Working...