[mod_python] Session Cookie Name

Robert Wallner kodixos at gmail.com
Wed Oct 5 17:50:03 EDT 2005


On 10/4/05, Terence MacDonald <terry.macdonald at dsl.pipex.com> wrote:
>
> mod_python 3.1.4
>
> Anyone been able to change the name of the session cookie? According to
> the Session.py module you should be able to do it in the apache config
> file thus;

 You could use
 from mod_python import Session
Session.COOKIE_NAME = "newcookiename"
 --
Robert Wallner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20051005/62beeb41/attachment.html


More information about the Mod_python mailing list