Not sure if this is a development problem or IIS setting?

  • Thread starter Thread starter Ted Corbell
  • Start date Start date
T

Ted Corbell

I have a site www.careermetasearch.com and we have a
username and login section to post jobs and enter in resumes. My
developers are really busy so I thought I would help out. We were
having problems when people would enter in their username and password
and it wouldn't let them in. I went into iis setting and enabled
cookies and that seemed to solve the problem. But now they can log in
and when you go to the next section like post a job
it kicks you back out to the home page. We have the timing set to 20
minutes so I know it's not that. Do we have to enable cookies some how
on each page? Please help it's driving me crazy and making me lose
business. Thanks.
 
Not sure if this helps, but in Java code, you have to specify a directory
for the cookie. If you don't specify the root, one section of the site can
create it, but others won't see it.

-- Chuck
 
Back
Top