Hi,
I use the following code to set the desired cookie:
Response.Cookies("mozis"
.Expires = Date() + 365
Response.Cookies("mozis"
("lang"
= Session("lang"
The Session variable contains a value selected by the client.
Now when I reload the page everything goes like it should...
But when I start a new browser and go to the page, it starts with the defaults as the cookie seems not to be set.
any one who know's what I do wrong??
I use the following code to set the desired cookie:
Response.Cookies("mozis"
Response.Cookies("mozis"
The Session variable contains a value selected by the client.
Now when I reload the page everything goes like it should...
But when I start a new browser and go to the page, it starts with the defaults as the cookie seems not to be set.
any one who know's what I do wrong??