http://64.179.21.93/cgi-bin/nl/nldemo.b ... ASK=IIMXKS
the "SESSION_NO" part of the call tells our system the username and password of the customer logged in. If you haven't logged in, either with username and password or as a new customer, you have no session number. I would like the call above to be able to check for a session number and, if there isn't one, redirect the user to this call instead:
http://64.179.21.93/cgi-bin/nl/nldemo.b ... _id=clogin
I was told that I could use PHP:
<? if (session_id=="){do thelogin ;} ?> but I don't know anything about PHP at all. Even if that is exactly the right command I don't know where to put it.
Somebody at another forum suggested a redirect PHP, but it seems to me that would redirect people to the login page even if they were just going to a non-logged in page and I don't want that, just when they select an option on the menu like the one above.
PS-If you try that first link with the session_no, it will probably be timed out. IF you wanted to try it out, you could go to the second link and use the new customer link and go from there.
Any ideas? It would be greatly appreciated!!!!