Thanks Jason ! It'll be great if you could also tell me whether I can launch applications like MS WORD using COM or any other technology. Basically I want the user sitting on a client machine to select a file from a list and press the open button (which I will provide) and the action linked to the open button should be that of opening the file in the appropriate software . For eg. The user sitting on the client side select a file image001.jpg and presses open, and it automatically gets opened in Adobe photoshop. That kind of thing I am talking about. The only thing to be taken in mind is that the client does not have a PHP parser installed and is not running a webserver either. The file list comes from the server only, which is actually running the webserver and the PHP parser also. ! Please provide some insight on this. On Thu, 10 Feb 2005 17:36:05 -0500, Jason Barnett <jason.barnett@xxxxxxxxxxxxx> wrote: > Vaibhav Sibal wrote: > > I wanted to ask, where is the Session information stored ? That is at > > the server or on the client. Because I need to give the > > session.save_path value in the php.ini. I would give it according to > > people's reply of this question. Thank you. > > > > Vaibhav > > session.save_path is located on the server. Session data is stored on > the server; typically the only thing that gets sent to the user is they > will have a cookie written (wherever the web browser writes its cookies). > > -- > Teach a man to fish... > > NEW? | http://www.catb.org/~esr/faqs/smart-questions.html > STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 > STFM | http://www.php.net/manual/en/index.php > STFW | http://www.google.com/search?q=php > LAZY | > http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php