You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
I was wondering if there was a way to overload the session table. Basically I do not want to use sessions, but I do want to use the functionality where I can set cookies by simple writing session.myvariable = "hello", I'm guessing this isnt possible. Otherwise I'd have to use the response.cookies['mycookie'] = 'somevalue' syntax. In which case, is there a way of shutting down the session functionality without having to put session.forget() in each function? Thanks in advance for the continuing support!