Re: Odd behavior while trying to test for cookie support

2007-09-19 Thread josePhoenix
I just realized that google groups totally mangled the linebreaks with wordwrapping and similar. Here's the same on dpaste: http://dpaste.com/20145/ jose On Sep 19, 10:48 pm, [EMAIL PROTECTED] wrote: > Hello, all. > > I have a login function for my site that is supposed to test for > cookie sup

Odd behavior while trying to test for cookie support

2007-09-19 Thread josePhoenix
Hello, all. I have a login function for my site that is supposed to test for cookie support with request.session.set_test_cookie() and friends, but I cannot seem to get request.session.test_cookie_worked() to return True.. ever... Just trying to print the value of request.session['testcookie'] re