From: Remi D. <re...@ch...> - 2004-10-25 13:20:09
|
Hi Kender, > I'm trying to use cherry2 with sessions. Taken the tutorial app > (tutorial08.py) and when I run it, I get the "1" viewed every time. I > just realised, the sessionId is diffrent every time i refresh the page > or go through the link. Am I doing something wrong, or is it a bug? > > Below, I paste my config file: > > [server] > socketPort = 8000 > threadPool = 1 > > [session] > storageType=ram > timeout=20 > > maybe it's something wrong with it? Hmm .. this tutorial works fine for me. Are you sure you have cookies enabled in your browser ? Remi. |