Re: [PHP-WIN] cookies time? - now it doesn't write [SOLVED]

2006-09-19 Thread German Piqué
same. I want to know to limit in the class the cookies' size. Thanks to all :) 2006/9/19, German Piqué <[EMAIL PROTECTED]>: > > > > -- Forwarded message ------ > From: German Piqué < [EMAIL PROTECTED]> > Date: 19-sep-2006 10:38 > Subject: Re: [PHP-WIN

Re: [PHP-WIN] cookies time? - now it doesn't write

2006-09-19 Thread German Piqué
to limit in the class the cookies' size. Thanks to all :) 2006/9/19, German Piqué <[EMAIL PROTECTED]>: -- Forwarded message -- From: German Piqué <[EMAIL PROTECTED]> Date: 19-sep-2006 10:38 Subject: Re: [PHP-WIN] cookies time? - now it doesn't write To: &qu

Re: [PHP-WIN] cookies time?

2006-09-18 Thread Frank M. Kromann
both time() and mktime() works fine on Windows. - Frank > Well, reading the documentation about cookies i saw that the function time() > works using UNIX epochs. If I try to use this function (or mktime) in > windows, the php shows a white page, like there's an error somewhere. > > It's a proble

RE: [PHP-WIN] Cookies!

2004-10-26 Thread Sudeep
7;ve looked at all sorts of things on the net, and can't find anything that will help me write an user authentication setup for my web pages Please please please can someone assist me! Thanks James > -Original Message- > From: Dale Attree [mailto:[EMAIL PROTECTED] > S

RE: [PHP-WIN] Cookies!

2004-10-26 Thread Zareef Ahmed
PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Cookies! Hi Dale, Sorry for emailing you again (and anyone else who can help) - but I'm getting a bit desperate! I've got to finish this project today - 2 hours to go I need to sort out the user authentication into the applica

RE: [PHP-WIN] Cookies!

2004-10-26 Thread Nunners
ase can someone assist me! Thanks James > -Original Message- > From: Dale Attree [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 18:23 > To: Nunners > Subject: RE: [PHP-WIN] Cookies! > > Yes, same concept, different implementation. > > -Original Mess

RE: [PHP-WIN] Cookies!

2004-10-11 Thread Nunners
ne of the things I'm able to stipulate is that they have IE6 & Cookies turned on! Any thoughts? Cheers James > -Original Message- > From: Sudeep Zamudra [mailto:[EMAIL PROTECTED] > Sent: 09 October 2004 09:14 > To: James Nunnerley > Cc: [EMAIL PROTECTED] >

Re: [PHP-WIN] Cookies!

2004-10-09 Thread Sudeep Zamudra
Hi James, Php on IIS or PWS are known to have problems with session and cookie. Try using session instead of cookie. That's the safest way. Also anyone can disable cookies on the client side where by your login authentcation may fail. So best way is use session instead of cookie.

RE: [PHP-WIN] cookies problem

2003-07-09 Thread Delacruz, Antonio M [ITS]
Mark, You might try using sessions instead of cookies. The following code checks the session and credentials. Login Page One\n\n"); // Start the session system error_reporting(0); session_start(); // if the login form was posted and the uid was set (and valid) if($_POST['logon'] and $_POST['p

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Stephen March
<[EMAIL PROTECTED]> To: "Mark Anderson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:23 PM Subject: Re: [PHP-WIN] cookies problem : Mark, : :I've run in to this problem - first noticing this with PHP Nuke. : This cookie proble

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Nick H. - Network Operations
n nor endorsed by it. - Original Message - From: "Stephen March" <[EMAIL PROTECTED]> To: "Mark Anderson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:23 PM Subject: Re: [PHP-WIN] cookies problem : Mark, : :I

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Stephen March
Mark, I've run in to this problem - first noticing this with PHP Nuke. This cookie problem seems to be a result of a server configuration issue with the Windows operating system. At work I have 2 Win-2k servers, both running PHP 4.3.2, our production web-server can set cookies no problem

Re: [PHP-WIN] Cookies and redirect issues with XP

2003-01-23 Thread Cam Dunstan
Hm - I`ve had some suspicious problems with XP myself. In my paranoia I thought it was muckrosoft`s first awkward attempt to screw up the rapidly expanding php community - but I think it is some kind of weird caching issue in the OS itself. Try setting the browser to the LEAST caching possi

RE: [PHP-WIN] Cookies and redirect issues with XP

2003-01-23 Thread Rich Gray
IIRC there is a problem with v4.1.2 of PHP on IIS - is that your platform? I encountered this problem and had to implement a hack to get around it however in my case it affected all clients not just XP so it may not be the same issue... Rich -Original Message- From: Ellen Emerson [mailto:[E

RE: [PHP-WIN] cookies problem

2003-01-18 Thread Chris Kranz
I've had the same problem myself. Seems to happen with a default install of IIS 5 etc. etc. I've changed the php.ini so it should create and save the cookies, but it just ignores them. Sorry, no solution, I just made workarounds :( chris kranz fatcuban.com -Original Message- From: Ed [

Re: [PHP-WIN] Cookies working on test but not my application

2002-12-19 Thread Stephen Edmonds
s" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 7:41 AM Subject: RE: [PHP-WIN] Cookies working on test but not my application > Stephen, > > Thanks for the feedback. > > There was no sign of the cookies in the variable list that the phpin

RE: [PHP-WIN] Cookies working on test but not my application

2002-12-17 Thread George Pitcher
L PROTECTED]] > Sent: 17 December 2002 5:57 pm > To: PHP Helplist Windows > Cc: George Pitcher > Subject: Re: [PHP-WIN] Cookies working on test but not my application > > > Frames are not the issue here, any page in a frame still gets the cookie > providing it is in a domain fo

Re: [PHP-WIN] Cookies working on test but not my application

2002-12-17 Thread Stephen Edmonds
Frames are not the issue here, any page in a frame still gets the cookie providing it is in a domain for which the cookie is set. I suggest making a page with the following That will output ALL the variable data for your page. If your cookie has been sent back by the browser, then you should see

Re: [PHP-WIN] Cookies do not work

2002-09-23 Thread Sjaak
Yes the same version on both servers :( register_globals is set to off (also tried with on, same result) "Sjaak" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thx for know > > > "Brother - Martin Bagge" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTEC

Re: [PHP-WIN] Cookies do not work

2002-09-23 Thread Sjaak
Thx for know "Brother - Martin Bagge" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do you have the same PHPversion in the servers? > Is register_globals set to off or on in php.ini? Same setting in both > servers? > > $_COOKIES is the new super global array

RE: [PHP-WIN] Cookies do not work

2002-09-23 Thread brother - Martin Bagge
Do you have the same PHPversion in the servers? Is register_globals set to off or on in php.ini? Same setting in both servers? $_COOKIES is the new super global array for cookies, don't forget that =) I cann't see any other explaniation but I'm new to this cookiething. /brother > -Original

Re: [PHP-WIN] Cookies do not work

2002-09-23 Thread Sjaak
Yo bro, When i launch the file info.php with the following URL: http://localhost/info.php i see the cookie. When i launch the same file from my webserver: http://www.website.com/info.php i get the message no cookie find? Please help me! Thx in advance. "Brother - Martin Bagge" <[EMAIL PROTEC

RE: [PHP-WIN] Cookies do not work

2002-09-23 Thread brother - Martin Bagge
You cannot use the cookies in the same as you stated them. http://www.php.net/manual/en/function.setcookie.php see common pitfalls. You have to do it like: set cookie > new page to check the cookies. /brother > -Original Message- > From: Sjaak [mailto:[EMAIL PROTECTED]] > Sent: den 2

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> Wich of the serers is using which configuration for session.save_path? > I your local sever is using session.save_path - /tmp, then try using an > absolute path, like "C:\Temp", but make sure the directory exists. Localhost has c:\winnt\temp and that folder is set for everyone to do everything T

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Daniel Berwig
Wich of the serers is using which configuration for session.save_path? I your local sever is using session.save_path - /tmp, then try using an absolute path, like "C:\Temp", but make sure the directory exists. And I know it may sound a little obvious, but take a look at your php.ini file and make

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
Great util! I get Set-Cookie: some cookie when I use the URL where it works, but not on localhost. strange... -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
done. Is it .NET Framework you're refering to? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, outlook don't want to send the file. > > download

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Sorry, outlook don't want to send the file. download it from http://debug.hardinxveld.netflex.nl/get_url.exe you must also install the VB runtime library!! let me know if you downloaded the file then i will remove the file [EMAIL PROTECTED] "Michael" <[EMAIL PROTECTED]> schreef in bericht [EM

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
what util? url.exe? where can I find it? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use this (small) util to view your headers > > look for > > Se

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> My guess is that it's register_globals related. > Your code is not the only variable when moving from server to server. Check the > PHP version on the other server and also compare your register_globals setting > to theirs. They're all the same. Both are version 4.2.1 and register_blobals is se

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Use this (small) util to view your headers look for Set-Cookie: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > >> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php >> but I can't set a cookie.

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Stuart Dallas
On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php > but I can't set a cookie. There is no error message or anything, only no > cookie. Does anyone have an idea what might be wrong? My guess is that it's register_

RE: [PHP-WIN] Cookies

2002-02-01 Thread Shrock, Court
sorry to be a pest but, not necessarilyfor example: two different "sites" hosted on the same server in the same domain http://www.mydomain.com/dir1/login.php http://www.mydomain.com/dir2/login.php do not necessarily share the same cookies.if the domain(url) is set to "www.mydomain.

RE: [PHP-WIN] Cookies

2002-02-01 Thread Shrock, Court
another solution: since they changed their code for you already, you might try to get them to add your domain to the list of valid domains in the cookie that they set, therefore, your scripts would be able to pick them upjust a thought. -- PHP Windows Mailing List (http://www.php.net/)

Re: [PHP-WIN] Cookies

2002-02-01 Thread Angie Tollerson
Sorry everyone, I had a brain spasm or something. I was reminded that cookies only work on the same domain, and since the webspeed scripts were creating the cookie on out test server and php was on the production server it was a no go. Thanks! Angie >>> "Angie Tollerson" <[EMAIL PROTECTED]> 02/

RE: [PHP-WIN] Cookies

2002-02-01 Thread Shrock, Court
I might not understand what you mean by "Webspeed page that is passing to my php page". Is your browser requesting the Webspeed page, or is your php script connecting to webspeed directly via a call to fopen? What domain(url) was the original cookie made valid for? If you are requesting your sc

RE: [PHP-WIN] Cookies In IE5.5

2001-03-18 Thread Mangiola Nunzio Datavia
I use this example to set cookies and it works fine on my side with IE5: Sorry, unable to login click here try again"; exit; } else { $uniqueid = md5 (uniqid (rand())); $cookiestring = $Firstname.'&'.$unique