Hi
I've inherited a jobs page, wherby the user can click on a job and apply.........
it passes this url
<a href=""name.asp?page=278&ID=" & rstJob("JobNumber") & "&vt=2&sID=" & sID & """>" & rstJob("JobTitle") & "</a>
where sID is
sID = right(session.sessionID, 5) & right(tmpTime, 4)
some applications come through with no sessionid and therfore fail.
can someone let me know why this is (I'm guessing not accepting cookies might be one ?) although i tried this using don't allow cookies (it prompting me and each time I said block cookie) but my session id still got saved
thanks
cath
I've inherited a jobs page, wherby the user can click on a job and apply.........
it passes this url
<a href=""name.asp?page=278&ID=" & rstJob("JobNumber") & "&vt=2&sID=" & sID & """>" & rstJob("JobTitle") & "</a>
where sID is
sID = right(session.sessionID, 5) & right(tmpTime, 4)
some applications come through with no sessionid and therfore fail.
can someone let me know why this is (I'm guessing not accepting cookies might be one ?) although i tried this using don't allow cookies (it prompting me and each time I said block cookie) but my session id still got saved
thanks
cath