|
From: Chris W. <ch...@cw...> - 2002-04-10 13:36:52
|
Accidentally hit 'reply' instead of 'reply to all'... -----Forwarded Message----- From: Chris Winters <ch...@cw...> To: Jure Simsic <jur...@li...> Subject: Re: [Openinteract-help] Authorisation problem Date: 10 Apr 2002 08:29:34 -0400 On Wed, 2002-04-10 at 07:10, Jure Simsic wrote: > Hi, I'm just starting with OI and have installed a vanilla site. The > problem I have is tahat whenever I follow a link my login info is gone, > I get the login window again and when I login again, tha page gets > displayed as it should. In error log I get: > > OpenInteract::UI::Main::handler (41) >> Action died. Here is what it > left: <div align="center"> > > <h1>Task is Forbidden</h1>... > > In my server.ini I have: > [session_info] > class = Apache::Session::Postgres > expiration = +3M > params = > expires_in = 0 > cache_user = 30 > cache_group = 30 > cache_theme = 30 > > Can anyone point me in the right direction? It sounds like your sessions aren't working or your browser isn't accepting cookies. Are there any error messages in the log ($WEBSITE_DIR/log/error_log_modperl) to indicate that the cookies aren't being saved? Such a message would be toward the end of a request. You might also look in the 'sessions' table in your DB to see if there are entries there. Walking through this thread might also help: http://sourceforge.net/mailarchive/forum.php?thread_id=536803&forum_id=3223 Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |