PDA

View Full Version : Duplicate Records Error



Steven Lemarr
21-Dec-2006, 07:48 PM
I have developed a sample test webapp using the library. I can navigate but
I end up getting an error "Duplicate records not allowd in file session.k1"
right after I logout of the webapp, and then when I go the home page I am
getting "SessionKey not known (reload page to recreate)". I then have to
exit IE and delete the sessionkey from the session file before I can get
anything to work again.

Being a complete Novice at this am I doing something wrong or is this a
problem with the library.

Steve

Harm Wibier
22-Dec-2006, 02:50 AM
Hello Steven,

I would check if the session table is working correctly (auto increment
fields in systable correct? reindex?). The SessionKey not known error is
thrown in the ValidateSession function in the SessionManager.wo, maybe try
to debug to see what is going wrong here.

Regards,

--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl

"Steven Lemarr" <steve@jahl.com> wrote in message
news:PVCVAQWJHHA.2584@dacmail.dataaccess.com...
>I have developed a sample test webapp using the library. I can navigate
>but I end up getting an error "Duplicate records not allowd in file
>session.k1" right after I logout of the webapp, and then when I go the home
>page I am getting "SessionKey not known (reload page to recreate)". I then
>have to exit IE and delete the sessionkey from the session file before I
>can get anything to work again.
>
> Being a complete Novice at this am I doing something wrong or is this a
> problem with the library.
>
> Steve
>