[Mono-devel-list] Re: Bug in ASP.NET session handling

Juraj Skripsky juraj at gmx.ch
Wed Jul 7 06:33:57 EDT 2004


I committed the patch.
But there is still something wrong with session handling. I filed a bug
report (http://bugzilla.ximian.com/show_bug.cgi?id=61232).

- Juraj

On Wed, 2004-07-07 at 02:13, Juraj Skripsky wrote:
> Hello,
> 
> When using a single web application with aspx pages in root as well as
> in subdirectories, session management does not work properly. Just
> request a page in some subdirectory, then request a page in the root
> directory. Two sessions are started. The attached patch fixes this. Is
> the patch ok, may I commit?
> 
> Unfortunately, even with this patch applied, I'm still seeing an
> occasional start of a new session while a existing is still running and
> valid. Does some other part in ASP.NET depend on the session cookie
> being set to the requested file's path? I will try to look into this
> tomorrow.





More information about the Mono-devel-list mailing list