Jkx wrote:
>> * If you create an empty (default) working dir, does it work?
> 
> It should work (as my app is running), I only have some issues 
> with Session (all other is working fine) 

I mean, do sessions (e.g. the CountVisits example) work when you create 
an empty working dir?

> Here is my conf: 
> SessionPrefix = None # no prefix to session ID
> IgnoreInvalidSession = True
> UseAutomaticPathSessions = False
> UseCookieSessions = True

That's all default and ok.

>> * Are you using mod_rewrite?
> 
> mod_rewrite + mod_wekit2 
> I used a URLDispatcher too.. but I don't think the issue is here .. 

Well, mod_rewrite can be the problem. The reason could be that Webware 
sets your cookie path to /wk/blog/ but your webbrowser does not know 
about /wk/blog so it ignores the cookie. You can check the cookie path 
with Firefox for instance.

I'll try with a similar config when I find some time.

-- Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to