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
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
Comment