|
|
|
Keith and The Girl is a free comedy talk show and podcast
Check out the recent shows
Click here to get Keith and The Girl free on iTunes.
Click here to get the podcast RSS feed. Click here to watch all the videos on our YouTube channel. |
|
|
|
#1 (permalink) | |
|
Senior Member
Join Date: Mar 2008
Location: Detroitish
Posts: 1,025
|
Quote:
If you want I can add you to my github account so that both apps can be hosted in the same place and I can hopefully submit some patches to help you along. And I can add a section to katgapp.com for the android stuff. |
|
| (Offline) |
|
|
|
#2 (permalink) | |
|
Member
Join Date: Aug 2005
Location: Barcelona, Spain
Posts: 38
|
Quote:
hey, my git username is jnilsson... android development is sh** and i never liked java, but got the phone and want the app so.... anyway, its going to take some time but i'll get it done. |
|
| (Offline) |
|
|
|
#3 (permalink) | |
|
Senior Member
Join Date: Mar 2008
Location: Detroitish
Posts: 1,025
|
Quote:
I made a repository and added you as a collaborator so I think you can add a key and start making commits. |
|
| (Offline) |
|
|
|
#4 (permalink) |
|
Senior Member
Join Date: Mar 2008
Location: Detroitish
Posts: 1,025
|
So this is what I've been working on instead of posting here for the last few days:
Secure Persistent Login With Very Little SSL Part 1 | Get It Down On Paper and Secure Persistent Login With Very Little SSL Part 2 | Get It Down On Paper If you're into web programming/security let me know what you think. Last edited by hayroob; 07-16-2009 at 12:43 PM. |
| (Offline) |
|
|
Keith and The Girl is a free comedy talk show and podcast
Check out the recent shows
Click here to get Keith and The Girl free on iTunes.
Click here to get the podcast RSS feed. Click here to watch all the videos on our YouTube channel. |
|
|
|
#5 (permalink) | |
|
Senior Member
Join Date: Aug 2006
Location: Melbourne, Australia
Posts: 813
|
Quote:
Please add pictures and funneh to explain. KTHNKBAI. |
|
| (Offline) |
|
|
|
#6 (permalink) |
|
Senior Member
Join Date: Nov 2005
Location: Florida
Posts: 257
|
I see an issue the cookie has to be valid for both the http side and the https , otherwise when you switch to http after logging in you will get stuck in a login loop. One way to accomplish this is to have the cookie set via http point to the https id using a secure identifier (ie salt etc). The main issue is the cookie for http will be passed in clear text over the wire so whatever info you put into it cannot be used to login directly to the site if someone yanked the cookie. Also, you should look into separating your HTML and php using something like smarty. (Just a suggestion makes the code look clean)
|
| (Offline) |
|
|
|
#7 (permalink) | |
|
Senior Member
Join Date: Mar 2008
Location: Detroitish
Posts: 1,025
|
Quote:
I think you misunderstood, there is a php session cookie that works over http and https that is responsible for actually being logged in, the https hash cookie (snickers to himself) is only responsible for reauthentication which is done over https. If there's confusing or poorly explained language in my article I would love feedback to make it more clear. EDIT: I have added a link to my live implementation in part 1 Last edited by hayroob; 07-16-2009 at 11:47 AM. |
|
| (Offline) |
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|