Jump to content

Session length


norgaard

Recommended Posts

I haven't tested it myself but you can try putting this into your configuration.php

session_cache_limiter('private');

/* set the cache expire to 15 minutes */

session_cache_expire(15);

ini_set("session.gc_maxlifetime", "900");

 

You may have to leave out the ini_set line if you don't have access (or permission) to change it

Link to comment
Share on other sites

Hi, actually it didn't help, cookie's delivered by our WHMS installation is containing a very long period ahead, after studying the specs of the cookies in the Firefox we found them valid for a whole year exactly. It is pretty long time....

 

Anyway merry christmas!

 

Regards

René

Edited by norgaard
Link to comment
Share on other sites

  • 5 weeks later...

When using IE, it will keep me logged into the admin area until I log out.

With Firefox it logs me out after about 30 minutes which is annoying, even if I check keep me logged in. Is there something I am doing wrong?

I have accept 3rd party cookies enabled.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated