Re: keep SESSION using wget?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



RalfGesellensetter wrote:
> Am Donnerstag 08 Februar 2007 20:36 schrieb Robert Cummings:
>> Or...
>>
>> wget --save-cookies cookies.txt --load-cookies cookies.txt
>> --keep-session-cookies http://my.domain/tracker.php
>>
>> You only need one cumulative call.
> 
> 
> Dear Rob, thanks again. However, my server uses Debian Sarge with wget 
> 1.9.1-12. In this version, the option --keep-session-cookies is not 
> implemented :(
> 
> I also realised that the wget calls push up the PID ids > 32,000. Is 
> this going to be a problem? Or can I use a kill - SIGUSR1 to revive 
> some background process any few minutes?
> 
> I feel that this is going off-topic, so thanks for your understanding ;)
> 
> To get back to PHP issues: No, constants are not what I was looking for, 
> as I need to change the IP with the next call. But a variable that 
> keeps its value and is global for all sessions.

places to store data:
shared memory?
a file?
a db?

just thinking out loud.

> 
> Regards
> Ralf
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux