Forum OpenACS Development: Re: error with cookies

Collapse
12: Re: error with cookies (response to 1)
Posted by Torben Brosten on
Well, Iuri, I don't see the error on your site, so am unable to help identify the problem.

Try examining the page source on cases where you get the error.

You could look for 302 redirects in the server.log file for any hints. If there is a pattern, hopefully you can see it there. For example:

grep ' 302 ' server.log*

and verify the urls for each case work as expected instead of returning a login page.

You need to identify cases that are repeatible. It seems that the problem is no longer predictable, which makes solving it more difficult.