Intechnic
Users Developers
Home / Forums / In-Portal CMS / Installation & Upgrade / can't lock in / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

can't lock in (23)


Posted: 11/09/2004 8:56:00 PM

Reply Quoted  


Can't lock into admin, keep on getting Session Expired even after all that was suggested here.

Please tell me what to do, how to do it, why its happening instead of just fixing it for me. I want to know what is going on.

Posted: 11/09/2004 9:10:21 PM

Reply Quoted  


tidalx2, you have to insert a value into your ConfigurationValues table:

INSERT INTO `ConfigurationValues` VALUES ('SessionTimeout', '3600', 'In-Portal', 'in-portal:configure_general');

(don't forget that you might have a table prefix)

Posted: 11/10/2004 2:15:52 PM

Reply Quoted  


INSERT INTO `ConfigurationValues`
VALUES (
'SessionTimeout', '3600', 'In-Portal', 'in-portal:configure_general'
)

MySQL said:

#1062 - Duplicate entry 'SessionTimeout' for key 1

Posted: 11/10/2004 4:49:17 PM

Reply Quoted  


What the value now?

(Select * from `ConfigurationValues` where ValueName='SessionTimeout' )

Posted: 11/10/2004 6:38:12 PM

Reply Quoted  


I am assuming you meant VariableValue


VariableName VariableValue ModuleOwner Section
SessionTimeout 3600 In-Portal in-portal:configure_general

Posted: 11/10/2004 6:57:23 PM

Reply Quoted  


What browser are you using? Can you make sure to clear cookies?

Posted: 11/11/2004 2:47:44 AM

Reply Quoted  


tried firefox, ie and netscape
all the same
cookes are cleared too

Posted: 11/11/2004 2:50:18 AM

Reply Quoted  


works with norton internet security off

Posted: 11/11/2004 3:15:39 AM

Reply Quoted  


works with norton internet security off

ayway around that?

Posted: 11/11/2004 10:49:37 AM

Reply Quoted  


I don't know... this is the first report of this problem. Can you look at your Norton settings for something that might block URLs or portion of URLs?

Page:  1 2 3