Comments [0]
For a project that i'm working on, i implemented a login system using session cookies. The login system would work on firefox 2.x and 3.x and IE 6 but wouldn't work with IE7.
After some research I tried sending an addition security header that IE7 would require. The HTTP headers were: P3P:CP="CAO PSA OUR"
This didn't solve my problem, still sessions would get lost. Another recommendation was to carry the session ids in the URL. No way i could do that, I'd have to change all the code.
The last thing that i tried was to check the client and server time zones, and that was the problem. The server was in another timey zone that was behind my current TZ, and IE7 would think that the session had expired because of the time difference, but firefox and IE6 would use UTC to calculate this and they would function correctly. Yet another reasone to hate IE
Comments [0]
i've always liked the ssh bookmarks feature of putty on windows, where you can see a list of host names and just click on them to ssh into the machine. The default ssh client on mac and linux support auto completion of host names, but I also want to be able to point and click some times. So here is a "work around":
just create a bookmark in firefox / safari with the URL of the machine and ssh:// for the protocol like:
ssh://dendiz@mymachine.com/ and add this to the bookmarks sidebar.
Now when you click on this bookmarks a new terminal window will launch and you can type your password to log straight in.
--
dd
http://twitter.com/dendiz
Comments [0]
here is a simple guide to get things working with virtualbox and host interface networking under linux:
http://tinyurl.com/4bqg24
Comments [0]
Secrets is a nice little application thats has a whole load of terminal hacks gathered into a nice interface that sits on the system preferences pane. Ideal for those who are afraid of firing up that black and green screen but want to tweak their mac's. from the makers of the famous quick silver. http://secrets.blacktree.com/
Comments [0]
Comments [0]