Welcome Guest, Not a member yet? Register   Sign In
unlink() function not working locally windows env
#1

(This post was last modified: 04-18-2015, 08:10 AM by rejoan.)

Hi,
I am using CI3 and session driver is "file". Every time when I want to logout then following error showing. Please see attachment.
This is happening only when I work on windows environment(XAMPP) but its ok in production server.

Previously I opened a topic on this but eventually the bug exist so far. This should be fixed.

** Strange behavior is sometimes it work. Most of the time its happened when long time pass as logged in.

Attached Files Thumbnail(s)
   
The largest Bengali tutorial site on Web Development in this planet
Reply
#2

The screenshot shows "permission denied". This happens if the user you are running your server as does not have permission to delete files from the folder you are using to store your session data.
Reply
#3

(04-18-2015, 10:15 AM)ciadmin Wrote: The screenshot shows "permission denied". This happens if the user you are running your server as does not have permission to delete files from the folder you are using to store your session data.
Then why sometimes work?
The largest Bengali tutorial site on Web Development in this planet
Reply
#4

Is that on Windows 8?
Reply
#5

(This post was last modified: 04-20-2015, 12:06 AM by rejoan.)

(04-19-2015, 03:28 AM)Narf Wrote: Is that on Windows 8?
No windows 7 and any browser. @Narf Please work on this issue. More clues on this issue

* After several time logout its works finally.
* I have used $this->session->sess_destroy(); in logout method
* after that my redirect is : redirect('abc/controller', 'refresh');
* I have huge ajax on page
The largest Bengali tutorial site on Web Development in this planet
Reply




Theme © iAndrew 2016 - Forum software by © MyBB