Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

So basically, Expire =12 hour only works, if users didn't access website. If she/he access the website the session expire time gets updated automatically. Because once I saw expire :max age = 202...
996 Views
16 Replies
01-19-2024, 01:36 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

Thank for the reply. I too taught it might be my Firefox browser issues. Hence I tried chrome , but the result is the same, still login only. It's been 24 hours and still login. Can you please ...
996 Views
16 Replies
01-17-2024, 09:56 PM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

One thing I noticed is Set cookies which is seen in developer tool header section, with expire date . I see it sometime and sometimes I don't see. ( In localhost ) But can see at Open Developer To...
996 Views
16 Replies
01-17-2024, 07:19 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

Thank for reply I have seen that in developer tool ci_potsion:"phctdkui866m3b......." Created:"Wed, 17 Jan 2024 9:12:38 GMT" Domain:"localhost" Expires / Max-Age:"Wed, 17 Jan 2024 9:12:38 GM...
996 Views
16 Replies
01-17-2024, 03:47 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

kenjis Wrote: (01-16-2024, 11:53 PM) -- I don't understand what is your exact issue? "does not work" explains nothing. It is better to show what you want and what was happened. 7200 means the lifeti...
996 Views
16 Replies
01-17-2024, 01:49 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

I was too thinking something like that , but again that is something we need to build by self and its not feature of CI4. i was just testing with Quote: -- expiration 7200 (2 hours)  Time in se...
996 Views
16 Replies
01-16-2024, 10:29 PM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

I think so. Do u or any one have any other solution for it ? Can you inform CI developers ? Thank
996 Views
16 Replies
01-16-2024, 11:47 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

In my code/php.ini , i dont think any issue  because as per this link : https://codeigniter.com/user_guide/libraries/sessions.html Quote: -- expiration 7200 (2 hours)  Time in seconds (integer) -...
996 Views
16 Replies
01-16-2024, 06:57 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: RE: CI 4.3.5 - Session Expiration Not Working

Thanks for reply , you mean to say Code: -- public int $expiration = 43200; // for this : 60*60*12 = 43200 instead public int $expiration = 43260; // but 43260 = 12 hour , how ?  can yo...
996 Views
16 Replies
01-16-2024, 06:00 AM
shashi
    Thread: CI 4.3.5 - Session Expiration Not Working
Post: CI 4.3.5 - Session Expiration Not Working

Hi, I am using CI 4.3.5 I have set Code: --     /**     * --------------------------------------------------------------------------     * Session Expiration     * ------------------------...
996 Views
16 Replies
01-15-2024, 10:34 PM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

InsiteFX Wrote: (04-18-2021, 11:15 AM) -- I use Myth/Auth which is built for CodeIgniter 4 --  Thanks for your continued support I had tried myth-auth... But found bit complicated.. hence had d...
11,150 Views
17 Replies
04-19-2021, 07:03 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Okay thanks I taught u would share your codeigniter files It's strange non of here are not facing such issues..and if not, still not sharing. I meant, why same is not working in codeigniter...does ...
11,150 Views
17 Replies
04-18-2021, 09:17 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Also just questions That remember me Will work for login and when user come again will not need to login again But what I am facing is logout from page which is already tested with session check c...
11,150 Views
17 Replies
04-18-2021, 03:14 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Thanks for reply I tried ..still getting logout automatically Can u give same in codeignter 4 with secure one Will implement easily As I think some issue in my codeignter 4 login Already done a...
11,150 Views
17 Replies
04-17-2021, 11:13 PM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Any one here ....
11,150 Views
17 Replies
04-17-2021, 11:27 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Dear all, Hope all are doing great As said by you guys ..I upgraded my xampp ( php 8.3.0 ) to latest version And codeignter 4.1.1 to latest version too. Using windows 7 64 bit..and have cha...
11,150 Views
17 Replies
04-17-2021, 06:14 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

paulbalandan Wrote: (03-05-2021, 12:38 AM) -- session expiration has been specifically fixed after 4.0.4. You have no choice but to update version. -- Okay Thanks
11,150 Views
17 Replies
03-05-2021, 07:36 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

InsiteFX Wrote: (03-04-2021, 12:22 PM) -- There were changes to the session files from 4.0.0 to 4.1.1 that's why I told you to upgrade. -- Thanks will do same .. and hope my issue solve ... i...
11,150 Views
17 Replies
03-04-2021, 11:57 PM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

Any one Please help me Do I need to change any php code in above Specially in my filter for login session check Also I think public $sessionExpiration = 0; Is not working ..I think...
11,150 Views
17 Replies
03-04-2021, 09:30 AM
shashi
    Thread: codeigniter 4.04 session destroy automatically
Post: RE: codeigniter 4.04 session destroy automatically

InsiteFX Wrote: (03-04-2021, 02:16 AM) -- Update CodeIgniter to the new 4.1.1 --      :)   thanks for reply      will do that -- in fact have started - side by side   but need some months...
11,150 Views
17 Replies
03-04-2021, 02:47 AM
shashi

Theme © iAndrew 2016 - Forum software by © MyBB