Board upgrade 1800-1900hrs 07/02/2008

Post new Events, Trackdays, etc - then discuss in the sub-forums below
Post Reply
User avatar
ExigeKen
Posts: 6113
Joined: Mon Nov 28, 2005 7:11 pm
Location: Stewarton

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by ExigeKen » Wed Mar 19, 2008 12:03 am

Victor Meldrew wrote:Anyone found which "style" is best for browsing on the the blackberry?

Would it be possible to actually create a "mobile" style?

Just a thought...


Oh, and I dont know why but my blackberry doesnt remember who I am when I sign on... almost as if the cookie isnt stored. Anyone else had this?
:withstupid yes I get this since the upgrade - its a pain
:mrgreen:
2004 Exige S2 1.8 - Ardent Red

2003 RAV4 vvti 2.0 - Baleric Blue shiny version

Don't Fear The Reaper

Back on the road!

User avatar
steve_weegie
Posts: 3248
Joined: Tue Jun 28, 2005 12:40 am
Location: Nessieland

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by steve_weegie » Wed Mar 19, 2008 12:18 am

ExigeKen wrote:
Victor Meldrew wrote:Anyone found which "style" is best for browsing on the the blackberry?

Would it be possible to actually create a "mobile" style?

Just a thought...


Oh, and I dont know why but my blackberry doesnt remember who I am when I sign on... almost as if the cookie isnt stored. Anyone else had this?
:withstupid yes I get this since the upgrade - its a pain
:mrgreen:
Nope, works fine for me.... :?
Arriving broadside, in a cloud of smoke......

User avatar
DJ
Posts: 1413
Joined: Sun Jul 15, 2007 8:11 pm
Location: East Lothian

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by DJ » Sun May 25, 2008 8:54 pm

What's involved in moving the forum onto https: ?

My login keeps dropping out at work (pre 9, lunchtime and post 5 of course) and I've found out it is because we have two ISPs for security and DR purposes. Connections swap at random behind the scenes so when I click between pages it changes my IP address if it happens to change ISP and therefore drops my login.

Heard there may be a charge for running a secured site then also heard there can be no charge if self certified. Clearly not worth it if any cost or a lot of development just to allow one guy to make the odd lunchtime posting !!... but thought I'd ask anyway in case it was an easy switch that had no impact on anything else.

(apols in advance if there is a really obvious answer to this as I am not a techy )

thanks
'03 Elise 111S - Sold :(
'55 Boxster S - Sold :(
'08 Exige S 240PP - Sold :(
'10 Evora NA - Sold :(
'12 Cayman R - Sold :(
'22 Alpine A110 :)

User avatar
steve_weegie
Posts: 3248
Joined: Tue Jun 28, 2005 12:40 am
Location: Nessieland

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by steve_weegie » Sun May 25, 2008 9:23 pm

Primary reason for not running https is the larger overhead on the web server, as it has to encrypt the HTTP session. Depending on how your outbound load balancing works, i suspect that https would not solve your problem however, as there is no guarentee that the https traffic will be routed any differently.

just my $0.02 though
Arriving broadside, in a cloud of smoke......

User avatar
campbell
Posts: 17336
Joined: Sat Mar 25, 2006 12:42 pm
Location: West Lothian
Contact:

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by campbell » Sun May 25, 2008 11:52 pm

I can't say for sure, but I doubt https would make any difference.

Does your office have a proxy server? I wonder if it would show a more consistent IP to the BBS (maybe not...just a long shot). Failing that, you're just going to have keep logging in, or browse at home :-)
http://www.rathmhor.com | Coaching, training, consultancy

User avatar
ironside
Site Admin
Posts: 786
Joined: Fri Mar 24, 2006 11:48 am
Location: Edinburgh

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by ironside » Mon May 26, 2008 12:04 am

I don't think https would solve the problem either, it wouldn't be routed any differently. It's a very odd way to setup a sort of multi-homing though, don't you (and all the other employees) have this problem with every site that uses sessions? Anything you sign into?

User avatar
ExigeKen
Posts: 6113
Joined: Mon Nov 28, 2005 7:11 pm
Location: Stewarton

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by ExigeKen » Mon May 26, 2008 7:17 am

ironside wrote:I don't think https would solve the problem either, it wouldn't be routed any differently. It's a very odd way to setup a sort of multi-homing though, don't you (and all the other employees) have this problem with every site that uses sessions? Anything you sign into?
:withstupid Totally agree Simon. If you have two ISPs at one location and they are for DR and/or BC purposes rather than capacity then you should dual home them with BGP and fail the public IP addresses across from one connection to the other using the AS number.

This is certainly not an issue with the SE site and nothing we do here can deal with an internal change within a compnay's network.
2004 Exige S2 1.8 - Ardent Red

2003 RAV4 vvti 2.0 - Baleric Blue shiny version

Don't Fear The Reaper

Back on the road!

User avatar
DJ
Posts: 1413
Joined: Sun Jul 15, 2007 8:11 pm
Location: East Lothian

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by DJ » Mon May 26, 2008 8:48 pm

steve_weegie wrote:Primary reason for not running https is the larger overhead on the web server, as it has to encrypt the HTTP session. Depending on how your outbound load balancing works, i suspect that https would not solve your problem however, as there is no guarentee that the https traffic will be routed any differently.

just my $0.02 though
Outbound load balancing is round-robin, however, .... we have set up a persistence profile for any sites that use https so it is routed consistently to the same ISP. Changing to https would make this work for me but can appreciate if there are other reasons not to do it.
ironside wrote:.... don't you (and all the other employees) have this problem with every site that uses sessions? Anything you sign into?
Nope - none at all ! SE is unique...in more ways than we think ! All my work related sites change to https as soon as you have to sign-in hence the persistence profiler kicks in. Most other non-work related sites also change to https at log-in but some don't such as SELOC or Autotrader but consistently remain logged in. SE is the only one I can find even after checking with colleagues using other non-work sites/forums that has this dropping log-in issue.

Got a techy at work to search a bit more. Bit quiter today with bank holiday and all. Apparently phpbb sessions use unique session IDs AND the users IP to identify users. From what I understand most forum sites switch off the IP identity link - apparently a minor mod of two numbers on two lines of code - as was seen as unnecessary overkill and was known to cause an issue for AOL users a few years ago as AOL used to route their users through a cluster of proxys. Looks like SE has this switched on. :(

I am not a big poster so followed this more up out of interest than seeing it as a need to change, although this forum does seem to be a bit different in its set up. :scratch.

Hopefully some of this makes sense ?!
'03 Elise 111S - Sold :(
'55 Boxster S - Sold :(
'08 Exige S 240PP - Sold :(
'10 Evora NA - Sold :(
'12 Cayman R - Sold :(
'22 Alpine A110 :)

User avatar
ironside
Site Admin
Posts: 786
Joined: Fri Mar 24, 2006 11:48 am
Location: Edinburgh

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by ironside » Mon May 26, 2008 10:37 pm

DJ wrote: Hopefully some of this makes sense ?!
Yup, it does, this board is set to use the first 3 octets of your IP for session validation. Presumably your two (sets of?) public IPs are different enough that you fail this check. I'll turn this off now <clicks> just to see if it fixes it for you, so let me know :) In the meantime I'll think about whether or not it opens up any serious security issues but I don't think it does.

You could always ask your work to route traffic to SE2's IP to a particular internet router if using SE2 is essential to your job :D You might even be able to do this on your own PC if you know/find out the address of your internet routers you could do something like "route add 195.188.22.175 mask 255.255.255.255 ip.of.router.one -p" on the command line of your work PC. You will probably need administrator privileges to do this on your PC and it might get you into trouble in which case "route delete 195.188.22.175" undoes it :)

User avatar
neil
Posts: 3259
Joined: Fri Apr 06, 2007 1:55 pm
Location: Aberdeen

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by neil » Mon May 26, 2008 10:53 pm

This seems to have fixed the logging in on the mobile problem I was having :thumbsup :D
Exige V6

User avatar
ironside
Site Admin
Posts: 786
Joined: Fri Mar 24, 2006 11:48 am
Location: Edinburgh

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by ironside » Tue May 27, 2008 12:03 am

Well great, well done DJ's techy at work, if that sorts out some other people as well then it's probably a better solution than enabling ssl.

User avatar
DJ
Posts: 1413
Joined: Sun Jul 15, 2007 8:11 pm
Location: East Lothian

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by DJ » Tue May 27, 2008 1:04 pm

:thumbsup :thumbsup :thumbsup :thumbsup :thumbsup :thumbsup :thumbsup :thumbsup :thumbsup

Top work Mr Ironside ! Now works with no problems at all. Makes a difference being able to post from work PC without having to log in about 6 times to get it submitted. Glad to see it has helped someone else too.

On the downside, there goes my lunchtimes :roll: :lol:

:cheers
'03 Elise 111S - Sold :(
'55 Boxster S - Sold :(
'08 Exige S 240PP - Sold :(
'10 Evora NA - Sold :(
'12 Cayman R - Sold :(
'22 Alpine A110 :)

User avatar
Sanjøy
Posts: 8828
Joined: Sun Oct 02, 2005 8:23 pm
Location: Edinburgh Hamptons

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by Sanjøy » Sun Aug 03, 2008 11:14 pm

In the absence of a page I can find with ideas for site enhancements...

Could we possibly have the option of a view all for threads with multiple pages ? Good for meets with 16 pages so you can simply ctrl+f find sections of it and saves ppl having to ask for the details to be posted every other page.

Also I seem to be prompted to log in each time I navigate away now. Never used to be like that.

Cheers to Simon for being the resident sysadmin.

Sanjoy
W213 All Terrain

User avatar
campbell
Posts: 17336
Joined: Sat Mar 25, 2006 12:42 pm
Location: West Lothian
Contact:

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by campbell » Sun Aug 03, 2008 11:27 pm

Er, there's a search this topic box on each page, doesn't that achieve the same goal?

As for re-login, maybe the BBS suspects you are a spam-bot ;-)
http://www.rathmhor.com | Coaching, training, consultancy

User avatar
Sanjøy
Posts: 8828
Joined: Sun Oct 02, 2005 8:23 pm
Location: Edinburgh Hamptons

Re: Board upgrade 1800-1900hrs 07/02/2008

Post by Sanjøy » Fri Dec 12, 2008 2:06 pm

Am I being dumb and not being able to find the rss feed for SE ?
W213 All Terrain

Post Reply