Kayako logo
Kayako Mobile Discussion, troubleshooting and feedback for Kayako Mobile for Microsoft Windows Mobile enabled devices.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#16) Old
josephstern Offline
New Member
 
Posts: 7
Join Date: Mar 2007
02-07-2007, 06:00 PM

OK - great. I was concerned because I thought the lack of Java in the iPhone might cause problems.

I'll likely get an iPhone and start using the full web page, and then if/when the mobile component adds support for it, I'll get that installed on my server.
   
Reply With Quote
  (#17) Old
slam32 Offline
New Member
 
Posts: 1
Join Date: Jul 2007
24-07-2007, 05:59 AM

If it is suitable for the iPhone, it is pretty good.



DVD to iPhone video converter makes our own iPhone movies
   
Reply With Quote
  (#18) Old
Brent Offline
Member
 
Brent's Avatar
 
Posts: 124
Join Date: May 2006
26-07-2007, 04:29 AM

Its only a matter of time before its cracked all open and people will be writing everything for it...


KillerSurf Internet Services
www.killersurf.net
   
Reply With Quote
  (#19) Old
craigbrass Online
Senior Member
 
Posts: 5,328
Join Date: Jun 2005
Location: Cumbria, UK
26-07-2007, 09:31 AM

Yup, they have managed to unlock everything else!


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#20) Old
josephstern Offline
New Member
 
Posts: 7
Join Date: Mar 2007
26-07-2007, 09:39 PM

I keep having problems with the software logging me out. I reply to an email, press Submit, and get to the login page.

I assume that my session is getting interrupted. My IP may be changing as I either move, or as my phone connects to different networks.

Is there any way to allow sessions to continue (assuming this is the problem) as my IP changes?
   
Reply With Quote
  (#21) Old
Brent Offline
Member
 
Brent's Avatar
 
Posts: 124
Join Date: May 2006
27-07-2007, 01:16 AM

Broken everything, cracked everything

There is no doubt that anything put on the market these days with enough time or effort or plain and simple demand from the public can be made to do as one wishes if it is capable..

I believe the iPhone to be a very slick device that sadly does nothing I need it to do for busienss.... I would be amazed if a real SDK is not released soon...


KillerSurf Internet Services
www.killersurf.net
   
Reply With Quote
  (#22) Old
craigbrass Online
Senior Member
 
Posts: 5,328
Join Date: Jun 2005
Location: Cumbria, UK
27-07-2007, 08:48 AM

Quote:
Originally Posted by josephstern View Post
I keep having problems with the software logging me out. I reply to an email, press Submit, and get to the login page.

I assume that my session is getting interrupted. My IP may be changing as I either move, or as my phone connects to different networks.

Is there any way to allow sessions to continue (assuming this is the problem) as my IP changes?
I'd submit a bug report at http://bugs.kayako.net. I think an option to disable IP check for the PDA interface would be best.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#23) Old
Brent Offline
Member
 
Brent's Avatar
 
Posts: 124
Join Date: May 2006
29-07-2007, 03:20 PM

First iPhone 3rd Party GUI App Compiles:

CmputrAce writes "Well, it's here now. The #iphone-dev team has compiled the first third-party application for the iPhone. Of course, it is the standard "Hello, world." application, but it's native to the iPhone and uses the iPhone's GUI. This opens up the iPhone for development by anyone who can forge through the process of cracking the iPhone, installing the iPhone "Toolchain", writing an application, compiling, translating, and finally installing the application to the iPhone. With the pace of development at present, expect to see commercial "jailbreak" (mod-enabling) applications soon as well. You can already get high-quality applications (Mac) to theme the iPhone and add your own ring tones (Win) for the phone."

As stated - its only a matter of time - in this case a mear weeks since release...


KillerSurf Internet Services
www.killersurf.net
   
Reply With Quote
  (#24) Old
ntburchf Offline
New Member
 
Posts: 4
Join Date: Jul 2005
07-09-2007, 02:48 PM

Quote:
Originally Posted by josephstern View Post
I keep having problems with the software logging me out. I reply to an email, press Submit, and get to the login page.

I assume that my session is getting interrupted. My IP may be changing as I either move, or as my phone connects to different networks.

Is there any way to allow sessions to continue (assuming this is the problem) as my IP changes?
Mine too. Only got the phone so i could watch tickets / reply.
Go to reply, and it logs you out due to session time outs.
How can the session timeout in 10 secs???
   
Reply With Quote
  (#25) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,036
Join Date: Jan 2006
Location: United Kingdom
07-09-2007, 03:04 PM

You can disable the IP session check by editing config.php (changing the value to enable):

PHP Code:
/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = false
However, this is a security risk and will make your system more prone to session hijacking.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#26) Old
ntburchf Offline
New Member
 
Posts: 4
Join Date: Jul 2005
07-09-2007, 03:33 PM

Quote:
Originally Posted by Jamie Edwards View Post
You can disable the IP session check by editing config.php (changing the value to enable):

PHP Code:
/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = false
However, this is a security risk and will make your system more prone to session hijacking.
Ok,
so how come sessions work with modernbill, vbulleting, etc. Only issue I have had so far is with trying to logon to my helpdesk.??
Must be a better work around then this?

So does the iphone change IP's every couple seconds or something??

Thanks
   
Reply With Quote
  (#27) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,036
Join Date: Jan 2006
Location: United Kingdom
07-09-2007, 03:35 PM

It is probably because vBulletin / Modernbill use 'slacker' IP session checking (i.e. only looking at the beginning octets of the IP address). A good feature request is where you can define how slack the IP session checking is - I suggest you post one in the Feature Requests forum and I will see where we can implement it


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#28) Old
oderland Offline
New Member
 
Posts: 8
Join Date: Oct 2005
11-07-2008, 07:48 PM

I got mine iphone 3G now, works like a charm, now we need a live chat client :-)
   
Reply With Quote
  (#29) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,537
Join Date: Aug 2006
Location: Mumbai, India
11-07-2008, 07:53 PM

Quote:
I got mine iphone 3G now, works like a charm, now we need a live chat client :-)
I believe Steve is making one, that is if he has not stopped development which is what he hinted last time around.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
apple, iphone, kayakomobile

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46