RE: Drupal Wish

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 18 Mar 2011 13:48:41 -0400

Hi,
I also saw that post out there. Thank you very much. I was hoping for a module 
that would do that so that it could be set without having to alter 
settings.php, but I may end up doing that as a last resort.

Thanks.

Jim

From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of H.R. Soltani
Sent: Friday, March 18, 2011 12:37 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: RE: Drupal Wish

I found this for you on the drupal website.

In sites/default/settings.php (or your sites config file if different)
replace

ini_set('session.cookie_lifetime',  2000000);

with
ini_set('session.cookie_lifetime',  0);


The 0 is for browser session only.
A number provided is explicit time. Do note that this period is from first 
cookie creation, not last.


H.R. Soltani


From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Homme, James
Sent: Friday, March 18, 2011 11:41 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Drupal Wish

Hi,
Does anyone know of a Drupal 6 module that permits the administrator to make 
Drupal forget that the user is logged on as soon as they close their browser, 
or not to remember who they are after the time the administrator sets?

Thanks.

Jim

________________________________
This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.

Other related posts: