I have developed a shopping cart webproject, and used the session id stored
as key in a access database to hold the purchased item.
Is there any disadvantage of this method VS using a serialize(d) class to
save to the data.
TIA
Barry"Barry" <nobody@.nowhere.comwrote in message
news:%2359R4ro0GHA.2356@.TK2MSFTNGP03.phx.gbl...
Quote:
Originally Posted by
I have developed a shopping cart webproject, and used the session id
stored as key in a access database to hold the purchased item.
>
Is there any disadvantage of this method VS using a serialize(d) class to
save to the data.
You need to be *really* careful with Session IDs...
http://support.microsoft.com/?kbid=899918
0 comments:
Post a Comment