internet explorer - Kohana 3 Auth in IE -
kohana auth not validating in ie. have read stuff discussions on v.2 changing user_agent user_ip... presumably in orm file in auth module, how ever not resolving issue.
another post on v.2 suggest using
<?php defined('syspath') or die('no direct access allowed.'); /** * @package session * * session driver name. */ $config['driver'] = 'native'; /** * number of page loads before session id regenerated. * value of 0 disable automatic session id regeneration. */ $config['regenerate'] = 0; // kludge: windows xp sp3 running ie-7 , 8 // http://bit.ly/gpcv67 $config['validate'] = array('ip_address'); they not mention use @ however.
we found kind of late in testing (where thread lack of importance of software engineering in school?) , pretty locked using auth @ point. have been beating head against wall hours on , have gotten virtually no where.
please help! thank you, -david
edit - noticed talking kohana 3/3.1 after accepted answer. sorry giving wrong information. glad got answer in end.
that code pasted configuration file. need put content in file called session.php in config directory.
have @ full configuration file source code: http://source.kohanaframework.org/svn/kohana2/trunk/system/config/session.php
double check domain in cookie configuration file too.
if doesn't work might need clear temporary internet data ie know you're working on clean slate.
Comments
Post a Comment