Did you restart the web server?

I do not think this has anything to do with cookies. This has to do with 
pickle being None and it cannot be because it is clearly imported. 
Something very bad happened to your import. Make sure you stop and start 
again the web server. If you use mod_proxy also stop and start python.


On Thursday, 22 January 2015 17:27:00 UTC-6, Omi Chiba wrote:
>
> Please see my quick test result below. I'm not sure if it's related to 
> sessions and/or cookies because I always failed when I access with https.
>
> 1st test 
>
> 1. delete all the cookie on my browser and delete sessions from all the 
> app. 
> 2. open the website => display welcome app => ok
> 3. tried to access admin app with https => NG (Same error ticket.)
>
> 2nd test
>
> 1. delete all the cookie on my browser and delete sessions from all the 
> app. 
> 2. tried to access admin app with https => NG (Same error ticket.)
>
> 3rd Test
>
> 1. delete all the cookie on my browser and delete sessions from all the 
> app. 
> 2. Open browser incognito mode 
> 3. open the website => display welcome app => ok
> 4. tried to access admin app with https => NG (Same error ticket.)
>
>
> On Thu, Jan 22, 2015 at 5:02 PM, Massimo Di Pierro <
> [email protected]> wrote:
>
>> I am pretty sure that is what web2py does. If sessions are deleted the 
>> cookie is ignored. Are these session in cookies?
>>
>> On Thursday, 22 January 2015 11:35:56 UTC-6, Leonel Câmara wrote:
>>>
>>> Basically you have an old cookie in your browser that's messing things 
>>> up. Obviously it's also a bug with web2py as it should just discard it if 
>>> it doesn't have a file for it anymore. But you should be good if you clear 
>>> your browser cookies and the sessions in the apps.
>>>
>>  -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "web2py-users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/web2py/yBM8Ybl_xGA/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to