[SOLVED: USER ERROR] CI3 sess_time_to_update and flashdata |
I've done some more testing. I'm using fresh install of CI 3.0.2 with WAMP Apache 2.4.9, PHP 5.5.12, MySQL 5.6.17. At the bottom are steps to produce what I'm seeing
I'm able to use database sessions with the sess_time_to_update set 10 seconds with no problems. All session data including flashdata(if I use keep_flashdata) carries over to the next session ID when refreshing the page. But when using files I cannot keep any session data at all using any amount of time other than 0. I've attached screenshots of errors I'm getting that may be causing the issue with files. I'm getting an fopen error when it tries to create the initial session file. If I keep refreshing I get a touch error until the 10 seconds are up then I get the fopen error again when it tries to create the new session ID file. Upon that creation of the next session ID file is when it loses ALL session data. So I'm assuming there is a bug in the Session library when dealing with Files sessions. Can anyone else either confirm or set me straight?
|
Messages In This Thread |
[SOLVED: USER ERROR] CI3 sess_time_to_update and flashdata - by henesnarfel - 10-08-2015, 01:01 PM
RE: CI3 sess_time_to_update and flashdata - by PaulD - 10-08-2015, 03:45 PM
RE: CI3 sess_time_to_update and flashdata - by Narf - 10-09-2015, 02:32 AM
RE: CI3 sess_time_to_update and flashdata - by PaulD - 10-10-2015, 10:31 AM
RE: CI3 sess_time_to_update and flashdata - by henesnarfel - 10-09-2015, 07:15 AM
RE: CI3 sess_time_to_update and flashdata - by henesnarfel - 10-12-2015, 01:13 PM
RE: CI3 sess_time_to_update and flashdata - by henesnarfel - 10-13-2015, 07:58 AM
|