I need to redirect in a page (not supported) users that use Ie 8 or older version how can i do? a helper? second question if i give user chance to procede anyway i have to store this preference in sessions?
thanks Stefano
I need to redirect in a page (not supported) users that use Ie 8 or older version how can i do? a helper? second question if i give user chance to procede anyway i have to store this preference in sessions?
thanks Stefano
One solution
onBootstrap seems to be correct but without possibility of chance to proceed. http://php.net/manual/fr/function.get-browser.php
Other solution check with javascript How can you detect the version of a browser? is the better solution and store it in cookies