A Session problem

  • Thread starter Thread starter caldera
  • Start date Start date
C

caldera

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.
 
Back
Top