Connecting Tech Pros Worldwide Help | Site Map

A Session problem

caldera
Guest
 
Posts: n/a
#1: Nov 18 '05
Hello,
We have a session problem. A dataset is put into a session and call this
session value later. When we run this web page in http://localhost it works.
But server has a specific name like http://aaa_bbb_ccc . When we try to run
this code by writting this name the session parameters doesn't stored and
give an error. When we writting ip address of this server it also works,
like http://10.1.1.1
How can we solve this problem?
Thank you for your answer.



Victor Garcia Aprea [MVP]
Guest
 
Posts: n/a
#2: Nov 18 '05

re: A Session problem


Maybe this can help[1]

[1] http://support.microsoft.com/default...-US;q316112%20

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx

To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
"caldera" <caldera@no.mail> wrote in message
news:%23DgQBvu5DHA.2344@TK2MSFTNGP09.phx.gbl...[color=blue]
> Hello,
> We have a session problem. A dataset is put into a session and call this
> session value later. When we run this web page in http://localhost it[/color]
works.[color=blue]
> But server has a specific name like http://aaa_bbb_ccc . When we try to[/color]
run[color=blue]
> this code by writting this name the session parameters doesn't stored and
> give an error. When we writting ip address of this server it also works,
> like http://10.1.1.1
> How can we solve this problem?
> Thank you for your answer.
>
>
>[/color]


Closed Thread


Similar ASP.NET bytes