In message <[EMAIL PROTECTED]>, sami andom <[EMAIL PROTECTED]> writes >Hello Dears, > I am new to this group, hoping to find an answer to a question: > > 1. I have a php page called Index. It uses session. Now, it works fine > except >when the user goes to another page from a link there n hits back button to >return to it, it says "page can't be displayed" I think it have something to >do >with sessions...how can i over come this problem?
Normally, a session would not give this problem. As far as I know, a session is always there, even when you don't use any session variables - anyone like to confirm or deny? Is that the exact error message "Page can't be displayed"? > > 2. How can I make my site availiable for LAN, so that when users in my >network >type http://OSM, index.php is displayed? I am using Apache as a >webserver...any >info would be greately appreciated? Assuming that you are using Apache on a Windows machine, you need to rename the computer used as server to OSM, within Windows. On my last clients intranet, I named the computer which I used as server, as "server", so all users had to do was type in "server" into the browser. I had to drill in to them, "no www, no .com, just server". http:// is optional. -- Pete Clark Sunny Andalucia http://www.hotcosta.com/comm_1.htm
