Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Session class database table change
  • Just downloaded the latest development branch and noticed the format for the Sessions class database table changed. Looks like the field "ip_address" was replaced with "ip_hash." Looks to me like ip_hash is a varchar (32).
  • Correct, it was listed in the changelog. And I think someone posted about it.
  • Correct. And tweeted, and... ;) This is done to support proxied clients and IPv6 addresses.
  • Can you point me to where the changes are for the development branch? The latest change log I can find is for v1.0-RC3.
  • There is no seperate changelog for the development branch. For development, you'll have to use the commit history: https://github.com/fuel/core/commits/develop.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion