Results 1 to 4 of 4

Thread: increase usser session time

  1. #1
    Join Date
    May 2007
    Posts
    15

    Default increase usser session time

    I have set php session time to high rate in htaccess but maybe there is also in application code that times it out after certain period, if so how can I increase that?

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    i would also like to increase this....or preferably just keep them logged in until they log out.

  3. #3
    Join Date
    May 2007
    Posts
    686

    Default

    A kind gentlemen offered this

    php_value upload_max_filesize 100M
    php_value post_max_size 100M
    php_value output_buffering on
    php_value max_execution_time 1000
    php_value max_input_time 1000
    php_value session.gc_maxlifetime 14400

  4. #4
    Join Date
    May 2007
    Posts
    588

    Default

    already got that in my .htaccess with even higher values but makes no difference :(

Similar Threads

  1. increase the width
    By lijojohn in forum Template Modifications
    Replies: 1
    Last Post: 07-05-2008, 11:18 AM
  2. Run Time
    By freepo in forum Fixed Bugs
    Replies: 3
    Last Post: 10-05-2007, 01:50 PM
  3. Help!!! Do i pay $10 for a whole life time
    By Jonathan-Mellor in forum Sales Questions
    Replies: 4
    Last Post: 09-23-2007, 04:06 PM
  4. increase usser session time
    By dlevancho in forum Fixed Bugs
    Replies: 0
    Last Post: 06-02-2007, 11:09 AM
  5. increase the width
    By lijojohn in forum General Discussions
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •