[Mono-list] Newbie Question: Web app life cycle events

Roger roger.varley at googlemail.com
Mon Oct 27 07:21:18 EDT 2008


On Monday 27 October 2008 12:12:21 Joe Audette wrote:
> One possible cause to keep in mind is if Mono is handling all requests
> for the app them begin request etc will be called also for css files
> and images and javscript, not just .aspx

I understand that there could be multiple requests to the server (although I 
am not using javascript, css or images in my example). What throws me is the 
multiple calls to Session_Start(), coming from a Java background, I would've 
expected only one call.

Regards


More information about the Mono-list mailing list