[Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

Hubert FONGARNAND informatique.internet at fiducial.fr
Thu Oct 12 06:04:00 EDT 2006


Hello,

This small patch permits that the user add some custom column in the
aspsessionstate table when using sqlserver mode for storing session in
ASP.NET. (This is useful for us because we want to add tracability to
the session in the database). Therefore i think it's better to do a
"SELECT timeout,staticobjectsdata,sessiondata" than SELECT * (with
select * the order of the column, you've specified when you create the
table is important...).
This patch corrects a bug too in ReadBytes. The index parameter was not
properly used when calculating the size of the data...

Could someone commit?

Thanks!


-- 
Hubert FONGARNAND <informatique.internet at fiducial.fr>
Fiducial
_______________________________________________
Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas assurée et la société émettrice ne peut être tenue pour responsable de son contenu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061012/8529d55e/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patchsql
Type: text/x-patch
Size: 1356 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061012/8529d55e/attachment.bin 


More information about the Mono-devel-list mailing list