Click to See Complete Forum and Search --> : what execcly does this sesion properties mean :


pelegk1
07-30-2003, 07:10 AM
1)response.expires
2)response.buffer=false
3)Session.LCID=7178

CrazyGaz
07-30-2003, 08:48 AM
Ok you have a couple of syntax errors there.

since Response.Cookies.Expires is for cookies it doesn't relate to sessions. But it means when the cookie is deleted.

the third one will change certain formatting on a page...for example. 30/7/03 is the UK date. 07/30/03 is the US date.

Gaz.