Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Advances/Alternative to the server (Score 1) 275

Mmap based sessions have been supported in PHP for years... just use session_module_name('mm'). And of course you can always use your own handler to do whatever you like with your session data.

I don't understand why bashing PHP has become such a popular sport nowadays... To me, it seems one of the few languages trying to really do something new to make development more fun, instead of just drooling over endless specs. I really enjoy coding in PHP, especially with the new super cool iterator interfaces and magic methods... Is it just me?

Slashdot Top Deals

If you teach your children to like computers and to know how to gamble then they'll always be interested in something and won't come to no real harm.

Working...