Changing session.save_path

Changing session.save_path

by m M -
Number of replies: 2

Hi Guys,

I've changed the file path of my session folder and I've updated my php.ini:

session.save_path = new file path

However sessions keep getting saved in my old session folder

I've restarted the app pool. restarted iis and restarted the server itself but it has not made a difference.  Any ideas?

Details:

IIS 7
Windows 2008 R2 Enterprise SP164 bit
PHP 5.26
Session.Save_Handler = wincache

Many thanks

 

Average of ratings: -
In reply to m M

Re: Changing session.save_path

by J S -

Are you referring to where Moodle saves sessions on disk?  If so, any reason why you want to change the location?  I'm doubting that changing php.ini will have an impact on where sessions are being saved.