Skip to Content
← Back to all demos

Session Expired Customization

Customize the session expired button with text, styling, action overrides, or hide it for event-only handling

Custom button textButton stylingAction overrideHidden button modeEvent handlingstartNewConversation()

Configuration Examples

Select a configuration, then click "Simulate Expiration" to see the session expired button in the floating widget.

Configuration Code

// Default behavior - no sessionExpired config needed
const widget = NexusChatWidget.init({
  experienceId: "your-experience-id",
  apiUrl: "https://api.example.com"
});

// Default "Start New Conversation" button appears on expiration

Event Monitor

Simulate expiration to see events...