Welcome Guest, Not a member yet? Register   Sign In
Warning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp' is not w
#5

This is how I do it on Windows 10 Pro x64

1) Create a new directory under ./application called writable

2) This is how I setup my sessions for files.

PHP Code:
$config['sess_driver'            'files';
$config['sess_cookie_name'       'pcfx_session_';
$config['sess_expiration'        7200;
$config['sess_save_path'         APPPATH.'writable';
$config['sess_match_ip'          FALSE;
$config['sess_time_to_update'    300;
$config['sess_regenerate_destroy'] = FALSE

This works like a charm on Windows.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Warning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp' is not w - by InsiteFX - 03-30-2018, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB