how to change session time...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kolhapur
    New Member
    • Jun 2008
    • 2

    #1

    how to change session time...

    hello,
    i want to change session time.the session time should differ according to section of my module.
    i have tried with these function
    [code=php]
    ini_set('sessio n.gc_maxlifetim e'),
    ini_set( 'session.cookie _lifetime', 3600 * 24 );,
    $currentTimeout InSecs = ini_get(’sessio n.gc_maxlifetim e’)
    [/code]
    but then also its not happening.
    please help me.
    thanks in advance
    Last edited by Atli; Jun 20 '08, 10:13 PM. Reason: Added [code] tags.
  • kolhapur
    New Member
    • Jun 2008
    • 2

    #2
    even i have tried with setting cookie ,then also it's not happening...
    plz help me out

    Comment

    • dlite922
      Recognized Expert Top Contributor
      • Dec 2007
      • 1586

      #3
      do you mind me asking why you want the session time to change so frequently?

      Comment

      • Atli
        Recognized Expert Expert
        • Nov 2006
        • 5062

        #4
        Hi kolhapur.

        Please do not double post your questions!
        It only serves to create confusion and extra work for the entire community.
        Also, use [code] tags when posting code examples.

        I have merged the duplicate thread into this one.

        Please take a look at the Posting Guidelines before posting.

        Thanks.

        Comment

        Working...